WeaveMixinService

Provides access to service layers which links Mixin transformers to their particular host environment.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun beginPhase()

Called at the start of any new phase.

Link copied to clipboard
open override fun checkEnv(bootSource: Any?)

Check whether the supplied object is a valid boot source for a Mixin environment.

Link copied to clipboard
open override fun findAgentClass(name: String?, initialize: Boolean): Class<*>

Marshal a call to Class.forName for an agent class.

Link copied to clipboard
open override fun findClass(name: String?): Class<*>

Finds the class in the service classloader.

open override fun findClass(name: String?, initialize: Boolean): Class<*>

Marshal a call to Class.forName for a regular class.

Link copied to clipboard
open override fun getAuditTrail(): IMixinAuditTrail?
Link copied to clipboard
Link copied to clipboard
open override fun getClassNode(name: String): ClassNode
open override fun getClassNode(name: String, runTransformers: Boolean): ClassNode

Retrieves a transformed class as an ASM tree.

Link copied to clipboard
open override fun getClassPath(): Array<URL>
Link copied to clipboard
open override fun getClassProvider(): IClassProvider
Link copied to clipboard
open override fun getClassTracker(): IClassTracker?
Link copied to clipboard
Link copied to clipboard
open override fun getLogger(name: String?): ILogger

Implementations should be thread-safe since loggers may be requested by threads other than the main application thread.

Link copied to clipboard
Link copied to clipboard
open override fun getName(): String
Link copied to clipboard
open override fun getPlatformAgents(): Collection<String>
Link copied to clipboard
Link copied to clipboard
open override fun getReEntranceLock(): ReEntranceLock
Link copied to clipboard
open override fun getResourceAsStream(name: String?): InputStream?
Link copied to clipboard
open override fun getSideName(): String
Link copied to clipboard
Link copied to clipboard
open override fun init()

Called at the end of prepare to initialise a user-service.

Link copied to clipboard
open override fun isValid(): Boolean
Link copied to clipboard
open override fun offer(internal: IMixinInternal)

Called on an offer from the service provider, determines whether to retain or ignore a component depending on its own requirements.

Link copied to clipboard
open override fun prepare()

Called at the subsystem's initialisation time.